home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / writgaid / 12530a01.ziv / RMSZIP6.EXE / WEDIT.DOC < prev   
Text File  |  1994-03-20  |  13KB  |  283 lines

  1.  WEDIT.DOC: Describes WEDIT.EXE (Modified for RMS-III)
  2.  
  3.   Accompanies:  Quicksilver Diamond Release
  4.                
  5.   Contents:     Introduction to WEDIT
  6.                 The WEDIT Screen
  7.                 The WEDIT Selection Bar
  8.                 File Editing Keys
  9.                   Cursor Movement Keys
  10.                   Text Insertion Keys
  11.                   Movement or Insertion Keys
  12.                   Text Deletion Keys
  13.                   Block Manipulation Keys
  14.                   Text Search Keys
  15.                   Disk Read and Write Keys
  16.                   "Type" Command Keys
  17.                   Display Selection Bar Keys
  18.  
  19.  == Introduction to WEDIT ==
  20.  
  21.  WEDIT is WordTech Systems' stand-alone text editor.  WEDIT offers a number
  22.  of features that facilitate file editing, including full-screen editing,
  23.  block text manipulation, string searches, and disk reads and writes.
  24.  
  25.  WEDIT is the default text editor used to edit the contents of memo fields
  26.  when running Quicksilver-compiled applications and may be distributed only
  27.  with such applications.
  28.  
  29.  WEDIT uses 79K of memory plus the amount of memory needed for your text
  30.  file. WEDIT can create and access files up to 32K.
  31.  
  32.  
  33. CAUTION: While editing abstract/memo data fields within an RMS-III database,
  34.    the default file-name should NEVER be altered (see write and quit below)
  35.    and the function keys should NOT BE used (see "type" commands below).
  36.  
  37.  
  38.  == The WEDIT Screen ==
  39.  
  40.  After you invoke WEDIT, the following screen display appears:
  41.  
  42.  filename         total lines = 1              line=1   col=0
  43.  * * * top of file * * *
  44.  
  45.  * * * end of file * * *
  46.  
  47.  When you invoke a file, it is positioned between these markers.
  48.  The cursor is on line 1 and column 0 of the file. WEDIT awaits your
  49.  editing instructions. You cannot edit the top or bottom markers.
  50.  
  51.  At the top of the screen, WEDIT displays the name of the file being
  52.  edited, the total number of lines in the file, and the current line and
  53.  column numbers.
  54.  
  55.  You can type as many as 254 characters on a line - BUT for memo fields
  56.  you should only use 76 characters per line; mode should be on INSERT.
  57.  
  58.  
  59.  == The WEDIT Selection Bar ==
  60.  
  61.  To simplify editing, WEDIT has a selection bar. Press Esc to display it.
  62.  
  63.  ========= WordTech Editor ==============================================
  64.   Line #     Bottom     Top    Read Write       Find       Next    Quit
  65.   Go to a specified line number.
  66.  ========================================================================
  67.  
  68.  The top line of the selection bar displays eight options. Each option
  69.  performs a specific editing action when selected.  As you maneuver the
  70.  highlight from one option to another on the selection bar by pressing the
  71.  Right Arrow and Left Arrow keys, the talker line below the options changes.
  72.  The talker line describes the action that will occur if you select the
  73.  highlighted option.
  74.  
  75.  You can select an option from the selection bar by pressing the first
  76.  letter of the option, or, you can use the Right Arrow and Left Arrow keys
  77.  to move the highlight to an option, and then press Enter to select it.
  78.  
  79.  Each selection bar option and the action that occurs if you select the
  80.  option are listed below:
  81.  
  82.  Line #    Displays "Edit line number:" and moves cursor to line specified.
  83.  
  84.  Bottom    Advances the cursor to the beginning of the last line of the file.
  85.  
  86.  Top       Moves the cursor to the beginning of the first line of the file.
  87.  
  88.  Read      Prompts "File name:" and copies the contents of the file you
  89.            specify into the current file at the current cursor position.
  90.            "Read" is equivalent to Ctrl-KR, described below.  This can be
  91.            used to import text into RMS-III abstract/memo data fields.
  92.  
  93.  Write     Prompts "File name:" and displays the current filename as the
  94.            default. "Write" saves the file under the name you specify.
  95.            BUT...        DO NOT USE THIS OPTION FROM WITHIN
  96.                          A DATABASE ABSTRACT/MEMO OPERATION!
  97.  
  98.  Find      Prompts "Search string" and searches from the beginning of the
  99.            file for a match to the string you specify. "Find" is not case-
  100.            sensitive. "Find" is equivalent to Ctrl-KF, described below.
  101.  
  102.  Next      Searches for the next occurrence of the last string you specified
  103.            with "Find". "Next" is equivalent to Ctrl-KL, described below.
  104.  
  105.  Quit      Offers two options, "Save" and "Abandon", that exit the text
  106.            editor.  Select "Save" to save the file. "Save" then prompts
  107.            "File name:" with the filename specified when invoking WEDIT
  108.            as the default.  You should save the file under the default
  109.            filename by pressing the Enter key. To exit without saving
  110.            changes, select "Abandon". If changes were made to the current
  111.            file, "Abandon" prompts "Changes have been made. Do you still
  112.            wish to Abandon?". Enter Y to exit the text editor without
  113.            saving the changes; enter N to re-activate the current file.
  114.  
  115. CAITION    Within RMS-III database files, the WEDIT text editor is used
  116.            to edit text blocks that are inside a .dbt memo file.  In this
  117.            case, the default file name in a position in the meMo file.
  118.  
  119.    >> THE POSITION NAME IN THE ABSTRACT/MEMO FILE SHOULD NEVER BE CHANGED.
  120.  
  121.  
  122.  == File Editing Keys ==
  123.  
  124.  File editing keys or key combinations and their effects are grouped as
  125.  follows:
  126.  
  127.  = Cursor Movement Keys =
  128.  
  129.  Up Arrow or Ctrl-E     Moves the cursor up one line.
  130.  
  131.  Down Arrow or Ctrl-X   Moves the cursor down one line.
  132.  
  133.  Left Arrow or Ctrl-S   Moves the cursor left one character.
  134.  
  135.  Right Arrow or Ctrl-D  Moves the cursor right one character.
  136.  
  137.  Home or Ctrl-A         Moves the cursor left one word.
  138.  
  139.  End or Ctrl-F          Moves the cursor right one word.
  140.  
  141.  Ctrl-Right Arrow       Moves the cursor to the end of the current line.
  142.  or Ctrl-B
  143.  
  144.  Ctrl-Left Arrow        Moves the cursor to the beginning of the current
  145.  or Ctrl-Z              line.
  146.  
  147.  PgDn, PgDn             Moves the cursor down or up 23 lines.
  148.  
  149.  
  150.  = Movement or Insertion Keys =
  151.  
  152.  Enter or Ctrl-M        If insert mode is not active, moves the cursor to
  153.                         the beginning of the subsequent line. If insert
  154.                         mode is active, splits the current line at the
  155.                         cursor and moves the cursor to the beginning of
  156.                         the subsequent line. If the cursor is at the end
  157.                         of the line before the "* * * end of file * * *"
  158.                         marker, inserts a blank line, regardless of the
  159.                         status of insert mode. (Insert mode is described
  160.                         under Ins below.)
  161.  
  162.  Tab or Ctrl-I          If insert mode is not active, moves the cursor
  163.                         four characters to the right. If insert mode is
  164.                         active, inserts four spaces and moves the cursor
  165.                         four characters to the right.
  166.  
  167. = Text Insertion Keys =
  168.  
  169.  Ins or Ctrl-V          Toggles insert mode on and off. When you start
  170.                         WEDIT, insert mode is not active; the character
  171.                         you type overwrites the character at the current
  172.                         cursor position. Once you press the Ins key,
  173.                         insert mode is active; the character you type is
  174.                         inserted at the current cursor position. (When
  175.                         insert mode is active, the cursor appears taller
  176.                         and flashes more rapidly.)
  177.  
  178.  Ctrl-N                 Inserts a blank line at the current line, moves
  179.                         the cursor to the beginning of the blank line and
  180.                         moves the current line down one row.
  181.  
  182.  Alt-A                  Inserts a blank line below the current line and
  183.                         moves the cursor to the beginning of the new blank
  184.                         line.
  185.  
  186.  Alt-S                  Splits the current line at the cursor and moves
  187.                         the cursor to the beginning of the new line.
  188.  
  189.  = Text Deletion Keys =
  190.  
  191.  Del or Ctrl-G          Deletes the character under the cursor.
  192.  
  193.  Backspace or Ctrl-H    Deletes the character left of the cursor and moves
  194.                         the cursor one character to the left.
  195.  
  196.  Ctrl-Y or Alt-D        Deletes the current line.
  197.  
  198.  Ctrl-T                 Deletes from cursor to beginning of the next word.
  199.  
  200.  Alt-J                  Deletes from cursor to end of line; joins next line.
  201.  
  202.  
  203.  = Block Manipulation Keys =
  204.  
  205.  Alt-L                  Highlights a block (a line or group of lines) for
  206.                         manipulation. To highlight a block, move the
  207.                         cursor to a line and press Alt-L. Then, if you
  208.                         wish to highlight more than one line, move the
  209.                         cursor to another line and press Alt-L. WEDIT
  210.                         highlights the block beginning with the first line
  211.                         you selected through the last line you selected.
  212.  
  213.  Alt-C                  Copies a highlighted block to the line after the
  214.                         current line and removes the highlight from the
  215.                         original block.
  216.  
  217.  Alt-K                  Copies a highlighted block to the line after the
  218.                         current line; leaves the original block highlighted.
  219.  
  220.  Alt-M                  Moves a highlighted block to the line after the
  221.                         current line.
  222.  
  223.  Alt-G                  Deletes the highlighted block.
  224.  
  225.  Alt-U                  Removes the highlight from the highlighted block.
  226.  
  227.  = Text Search Keys =
  228.  
  229.  Ctrl-KF                Prompts "Search string" and searches from the
  230.                         beginning of the file for a match to the string
  231.                         you specify. Note that Ctrl-KF is not case-
  232.                         sensitive. Ctrl-KF is equivalent to selecting
  233.                         "Find" on the selection bar, described above.
  234.  
  235.  Ctrl-KL                Searches for next occurrence of the last sstring
  236.                         you specified with Ctrl-KF or "Find" on selection
  237.                         bar. Pressing Ctrl-KL is equivalent to selecting
  238.                         "Next" on the selection bar.
  239.  
  240.  = Disk Read and Write Keys =
  241.  
  242.  Ctrl-KR                Prompts "File name:" and copies the contents of
  243.                         the file you specify into the current file at the
  244.                         current cursor position.  Pressing Ctrl-KR is
  245.                         equivalent to selecting "Read" on the selection bar.
  246.  
  247.  Ctrl-KW                Prompts "File name:" and displays the current
  248.                         filename as the default. Ctrl-KW saves the file
  249. * DO NOT CHANGE THE     under the name you specify. By either entering a
  250. * "FILENAME" OF A       new filename or pressing the Enter key to accept
  251. * DATABASE ABSTRACT-    the default filename, you ensure that changes are
  252. * MEMO RECORD ITEM!!    written to disk. Ctrl-KW is equivalent to selecting
  253.                         "Write" on the selection bar.
  254.  
  255.  
  256.  = "Type" Command Keys =
  257.  
  258.  When you press one of the function keys, WEDIT "types" a commonly used
  259.  dBASE or dBXL command at the current cursor position.  It will overwrite
  260.  or insert depending on the setting of the "Insert" mode. Typical commands
  261.  are: intro, list, dir, display..., and append.
  262.  
  263.  These "typed" commands have no value in processing abstract/memo data and
  264.  therefore the FUNCTION KEYS SHOULD NOT BE USED WITHIN THE EDITOR.
  265.  
  266.  
  267.  = Display Selection Bar Keys =
  268.  
  269.  Ctrl-Pg Up or Ctrl-W     Displays the selection bar with "Quit"
  270.                           highlighted. If you then select "Quit", "Save"
  271.                           appears as the default.
  272.  
  273.  Ctrl-Pg Dn or Ctrl-Home  Displays the selection bar with "Quit"
  274.  or Ctrl-] or Ctrl-Q      highlighted. If you then select "Quit", "Abandon"
  275.                           appears as the default.
  276.  
  277.  Esc or Ctrl-[            If the selection bar is not already displayed,
  278.                           displays the selection bar with "Line #"
  279.                           highlighted. If the selection bar is already
  280.                           displayed, removes the selection bar.
  281.  
  282.  ======================== End of READ_ME.WED File ========================
  283.